﻿2026-07-26T07:23:05.2600418Z ##[group]Run set -euo pipefail
2026-07-26T07:23:05.2600761Z [36;1mset -euo pipefail[0m
2026-07-26T07:23:05.2601003Z [36;1mPIN=0c95435[0m
2026-07-26T07:23:05.2601240Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-26T07:23:05.2601512Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-26T07:23:05.2601875Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-26T07:23:05.2602327Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-26T07:23:05.2602814Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-26T07:23:05.2603196Z [36;1m  rm -rf "$CACHE"[0m
2026-07-26T07:23:05.2603458Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-26T07:23:05.2603752Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-26T07:23:05.2604100Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-26T07:23:05.2604459Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-26T07:23:05.2604749Z [36;1mfi[0m
2026-07-26T07:23:05.2605049Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-26T07:23:05.2618530Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-26T07:23:05.2618850Z env:
2026-07-26T07:23:05.2619140Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-26T07:23:05.2619400Z ##[endgroup]
2026-07-26T07:23:05.5596728Z    Compiling proc-macro2 v1.0.106
2026-07-26T07:23:05.5597342Z    Compiling unicode-ident v1.0.24
2026-07-26T07:23:05.5597931Z    Compiling quote v1.0.45
2026-07-26T07:23:05.5598380Z    Compiling libc v0.2.186
2026-07-26T07:23:05.5621861Z    Compiling serde_core v1.0.228
2026-07-26T07:23:05.5652372Z    Compiling cfg-if v1.0.4
2026-07-26T07:23:05.5652923Z    Compiling serde v1.0.228
2026-07-26T07:23:05.5667911Z    Compiling log v0.4.32
2026-07-26T07:23:05.5694574Z    Compiling pin-project-lite v0.2.17
2026-07-26T07:23:05.5709541Z    Compiling portable-atomic v1.13.1
2026-07-26T07:23:05.5729460Z    Compiling typenum v1.20.1
2026-07-26T07:23:05.5730414Z    Compiling memchr v2.8.1
2026-07-26T07:23:05.5731009Z    Compiling version_check v0.9.5
2026-07-26T07:23:05.5767284Z    Compiling find-msvc-tools v0.1.9
2026-07-26T07:23:05.5796121Z    Compiling critical-section v1.2.0
2026-07-26T07:23:05.6191509Z    Compiling shlex v2.0.1
2026-07-26T07:23:05.6404883Z    Compiling futures-core v0.3.32
2026-07-26T07:23:05.6467976Z    Compiling subtle v2.6.1
2026-07-26T07:23:05.6880894Z    Compiling bytes v1.11.1
2026-07-26T07:23:05.7920981Z    Compiling equivalent v1.0.2
2026-07-26T07:23:05.8226037Z    Compiling smallvec v1.15.1
2026-07-26T07:23:05.8411523Z    Compiling itoa v1.0.18
2026-07-26T07:23:05.8541865Z    Compiling semver v1.0.28
2026-07-26T07:23:05.8712152Z    Compiling stable_deref_trait v1.2.1
2026-07-26T07:23:05.8811311Z    Compiling futures-io v0.3.32
2026-07-26T07:23:05.9319329Z    Compiling futures-sink v0.3.32
2026-07-26T07:23:05.9516700Z    Compiling slab v0.4.12
2026-07-26T07:23:05.9973039Z    Compiling futures-task v0.3.32
2026-07-26T07:23:06.0112514Z    Compiling generic-array v0.14.7
2026-07-26T07:23:06.0297700Z    Compiling futures-channel v0.3.32
2026-07-26T07:23:06.0701389Z    Compiling rand_core v0.10.1
2026-07-26T07:23:06.0814784Z    Compiling rustversion v1.0.22
2026-07-26T07:23:06.0961209Z    Compiling hashbrown v0.17.1
2026-07-26T07:23:06.1592771Z    Compiling rustc_version v0.4.1
2026-07-26T07:23:06.1856850Z    Compiling bitflags v2.12.1
2026-07-26T07:23:06.1992914Z    Compiling getrandom v0.4.2
2026-07-26T07:23:06.2190597Z    Compiling cpufeatures v0.2.17
2026-07-26T07:23:06.2856488Z    Compiling fnv v1.0.7
2026-07-26T07:23:06.2952335Z    Compiling cfg_aliases v0.2.1
2026-07-26T07:23:06.3080681Z    Compiling strsim v0.11.1
2026-07-26T07:23:06.3084691Z    Compiling writeable v0.6.3
2026-07-26T07:23:06.3681025Z    Compiling litemap v0.8.2
2026-07-26T07:23:06.3779889Z    Compiling icu_normalizer_data v2.2.0
2026-07-26T07:23:06.4262667Z    Compiling ident_case v1.0.1
2026-07-26T07:23:06.4329638Z    Compiling icu_properties_data v2.2.0
2026-07-26T07:23:06.5330191Z    Compiling fs_extra v1.3.0
2026-07-26T07:23:06.5478654Z    Compiling utf8_iter v1.0.4
2026-07-26T07:23:06.5620497Z    Compiling dunce v1.0.5
2026-07-26T07:23:06.6130843Z    Compiling autocfg v1.5.1
2026-07-26T07:23:06.6305949Z    Compiling percent-encoding v2.3.2
2026-07-26T07:23:06.7120828Z    Compiling http v1.4.1
2026-07-26T07:23:06.7400688Z    Compiling cpufeatures v0.3.0
2026-07-26T07:23:06.7740647Z    Compiling aws-lc-rs v1.17.0
2026-07-26T07:23:06.8220664Z    Compiling thiserror v2.0.18
2026-07-26T07:23:06.8320683Z    Compiling unicode-segmentation v1.13.3
2026-07-26T07:23:06.8400697Z    Compiling scopeguard v1.2.0
2026-07-26T07:23:06.8671096Z    Compiling chacha20 v0.10.0
2026-07-26T07:23:06.8920695Z    Compiling syn v2.0.117
2026-07-26T07:23:06.9380177Z    Compiling indexmap v2.14.0
2026-07-26T07:23:06.9530190Z    Compiling lock_api v0.4.14
2026-07-26T07:23:06.9530872Z    Compiling form_urlencoded v1.2.2
2026-07-26T07:23:07.0236672Z    Compiling untrusted v0.9.0
2026-07-26T07:23:07.0360870Z    Compiling heck v0.5.0
2026-07-26T07:23:07.0644773Z    Compiling rustls v0.23.40
2026-07-26T07:23:07.1437685Z    Compiling anyhow v1.0.102
2026-07-26T07:23:07.1581340Z    Compiling atomic-waker v1.1.2
2026-07-26T07:23:07.1737532Z    Compiling const-oid v0.10.2
2026-07-26T07:23:07.2176196Z    Compiling unicode-xid v0.2.6
2026-07-26T07:23:07.2595770Z    Compiling httparse v1.10.1
2026-07-26T07:23:07.2764049Z    Compiling parking_lot_core v0.9.12
2026-07-26T07:23:07.2855487Z    Compiling paste v1.0.15
2026-07-26T07:23:07.2975419Z    Compiling zerocopy v0.8.50
2026-07-26T07:23:07.3450556Z    Compiling convert_case v0.10.0
2026-07-26T07:23:07.3527010Z    Compiling hybrid-array v0.4.12
2026-07-26T07:23:07.4095149Z    Compiling jobserver v0.1.34
2026-07-26T07:23:07.4325294Z    Compiling num-traits v0.2.19
2026-07-26T07:23:07.4767121Z    Compiling curve25519-dalek v4.1.3
2026-07-26T07:23:07.5720671Z    Compiling ahash v0.8.12
2026-07-26T07:23:07.6030413Z    Compiling fastrand v2.4.1
2026-07-26T07:23:07.6420933Z    Compiling either v1.16.0
2026-07-26T07:23:07.6641236Z    Compiling base64ct v1.8.3
2026-07-26T07:23:07.6878355Z    Compiling powerfmt v0.2.0
2026-07-26T07:23:07.7606552Z    Compiling cc v1.2.63
2026-07-26T07:23:07.8271209Z    Compiling http-body v1.0.1
2026-07-26T07:23:07.8690561Z    Compiling deranged v0.5.8
2026-07-26T07:23:07.9590613Z    Compiling pem-rfc7468 v1.0.0
2026-07-26T07:23:08.0201323Z    Compiling try-lock v0.2.5
2026-07-26T07:23:08.0300472Z    Compiling tower-service v0.3.3
2026-07-26T07:23:08.0461255Z    Compiling crypto-common v0.1.7
2026-07-26T07:23:08.0851079Z    Compiling block-buffer v0.10.4
2026-07-26T07:23:08.1110938Z    Compiling time-core v0.1.8
2026-07-26T07:23:08.1400832Z    Compiling vcpkg v0.2.15
2026-07-26T07:23:08.1512107Z    Compiling data-encoding v2.11.0
2026-07-26T07:23:08.1550370Z    Compiling tinyvec_macros v0.1.1
2026-07-26T07:23:08.1590395Z    Compiling num-conv v0.2.2
2026-07-26T07:23:08.2300662Z    Compiling digest v0.10.7
2026-07-26T07:23:08.2302171Z    Compiling zmij v1.0.21
2026-07-26T07:23:08.2400894Z    Compiling base64 v0.22.1
2026-07-26T07:23:08.3290639Z    Compiling pkg-config v0.3.33
2026-07-26T07:23:08.3383242Z    Compiling tinyvec v1.11.0
2026-07-26T07:23:08.5139968Z    Compiling mio v1.2.1
2026-07-26T07:23:08.5440425Z    Compiling socket2 v0.6.4
2026-07-26T07:23:08.5680337Z    Compiling getrandom v0.2.17
2026-07-26T07:23:08.7629669Z    Compiling rand v0.10.1
2026-07-26T07:23:08.8020608Z    Compiling uuid v1.23.2
2026-07-26T07:23:08.8240382Z    Compiling rand_core v0.6.4
2026-07-26T07:23:08.9390887Z    Compiling cmake v0.1.58
2026-07-26T07:23:08.9443535Z    Compiling parking_lot v0.12.5
2026-07-26T07:23:09.0250525Z    Compiling sha2 v0.10.9
2026-07-26T07:23:09.1130742Z    Compiling want v0.3.1
2026-07-26T07:23:09.1680471Z    Compiling block-buffer v0.12.0
2026-07-26T07:23:09.3048902Z    Compiling crypto-common v0.2.2
2026-07-26T07:23:09.3332355Z    Compiling inout v0.1.4
2026-07-26T07:23:09.3388212Z    Compiling vergen-lib v9.1.0
2026-07-26T07:23:09.3521373Z    Compiling n0-future v0.3.2
2026-07-26T07:23:09.3903611Z    Compiling spin v0.10.0
2026-07-26T07:23:09.4051214Z    Compiling diatomic-waker v0.2.3
2026-07-26T07:23:09.4120425Z    Compiling crossbeam-utils v0.8.21
2026-07-26T07:23:09.4190746Z    Compiling serde_json v1.0.150
2026-07-26T07:23:09.4730718Z    Compiling winnow v1.0.3
2026-07-26T07:23:09.4860402Z    Compiling httpdate v1.0.3
2026-07-26T07:23:09.5234902Z    Compiling signature v2.2.0
2026-07-26T07:23:09.5340730Z    Compiling parking v2.2.1
2026-07-26T07:23:09.5427845Z    Compiling cordyceps v0.3.4
2026-07-26T07:23:09.5460665Z    Compiling cipher v0.4.4
2026-07-26T07:23:09.6351403Z    Compiling ed25519 v2.2.3
2026-07-26T07:23:09.6440480Z    Compiling netlink-packet-core v0.8.1
2026-07-26T07:23:09.6572616Z    Compiling futures-lite v2.6.1
2026-07-26T07:23:09.6816517Z    Compiling universal-hash v0.5.1
2026-07-26T07:23:09.7168759Z    Compiling vergen-lib v0.1.6
2026-07-26T07:23:09.7473022Z    Compiling vergen v9.1.0
2026-07-26T07:23:09.7960270Z    Compiling heapless v0.7.17
2026-07-26T07:23:09.8289582Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-26T07:23:09.8410923Z    Compiling noq-udp v0.10.0
2026-07-26T07:23:09.8572115Z    Compiling futures-buffered v0.2.13
2026-07-26T07:23:09.8916320Z    Compiling sync_wrapper v1.0.2
2026-07-26T07:23:09.8980907Z    Compiling allocator-api2 v0.2.21
2026-07-26T07:23:09.9090742Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-26T07:23:09.9094478Z    Compiling byteorder v1.5.0
2026-07-26T07:23:09.9760766Z    Compiling opaque-debug v0.3.1
2026-07-26T07:23:10.0440479Z    Compiling polyval v0.6.2
2026-07-26T07:23:10.0463892Z    Compiling aws-lc-sys v0.41.0
2026-07-26T07:23:10.0630576Z    Compiling ring v0.17.14
2026-07-26T07:23:10.0942196Z    Compiling libsqlite3-sys v0.30.1
2026-07-26T07:23:10.1640837Z    Compiling digest v0.11.3
2026-07-26T07:23:10.1642058Z    Compiling hash32 v0.2.1
2026-07-26T07:23:10.2640407Z    Compiling vergen-gitcl v1.0.8
2026-07-26T07:23:10.3090884Z    Compiling spin v0.9.8
2026-07-26T07:23:10.3381068Z    Compiling num_threads v0.1.7
2026-07-26T07:23:10.3381861Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-26T07:23:10.3501257Z    Compiling fallible-iterator v0.3.0
2026-07-26T07:23:10.3651487Z    Compiling ryu v1.0.23
2026-07-26T07:23:10.4110235Z    Compiling signature v3.0.0
2026-07-26T07:23:10.4781067Z    Compiling tower-layer v0.3.3
2026-07-26T07:23:10.5138507Z    Compiling time v0.3.47
2026-07-26T07:23:10.5488166Z    Compiling sha2 v0.11.0-rc.5
2026-07-26T07:23:10.5689485Z    Compiling ghash v0.5.1
2026-07-26T07:23:10.6610772Z    Compiling aes v0.8.4
2026-07-26T07:23:10.7290575Z    Compiling ctr v0.9.2
2026-07-26T07:23:10.7360282Z    Compiling fs2 v0.4.3
2026-07-26T07:23:10.7961493Z    Compiling aead v0.5.2
2026-07-26T07:23:10.8079639Z    Compiling http-body-util v0.1.3
2026-07-26T07:23:10.9150588Z    Compiling utf8parse v0.2.2
2026-07-26T07:23:10.9221739Z    Compiling openssl-probe v0.2.1
2026-07-26T07:23:10.9719755Z    Compiling arrayvec v0.7.6
2026-07-26T07:23:10.9746780Z    Compiling crossbeam-epoch v0.9.18
2026-07-26T07:23:11.0150857Z    Compiling crossbeam-channel v0.5.15
2026-07-26T07:23:11.0980479Z    Compiling blake3 v1.8.5
2026-07-26T07:23:11.1490699Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-26T07:23:11.2210544Z    Compiling netlink-packet-route v0.29.0
2026-07-26T07:23:11.2409925Z    Compiling memoffset v0.6.5
2026-07-26T07:23:11.3281015Z    Compiling aes-gcm v0.10.3
2026-07-26T07:23:11.4090727Z    Compiling acto v0.8.2
2026-07-26T07:23:11.4430540Z    Compiling noq v0.18.0
2026-07-26T07:23:11.4483926Z    Compiling netwatch v0.16.0
2026-07-26T07:23:11.5390848Z    Compiling tagptr v0.2.0
2026-07-26T07:23:11.5560553Z    Compiling lru-slab v0.1.2
2026-07-26T07:23:11.6090071Z    Compiling thiserror v1.0.69
2026-07-26T07:23:11.6821315Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-26T07:23:11.6880198Z    Compiling rustc-hash v2.1.2
2026-07-26T07:23:11.6987552Z    Compiling mac-addr v0.3.0
2026-07-26T07:23:11.7119476Z    Compiling foldhash v0.2.0
2026-07-26T07:23:11.7800559Z    Compiling sorted-index-buffer v0.2.1
2026-07-26T07:23:11.8301223Z    Compiling identity-hash v0.1.0
2026-07-26T07:23:11.8710644Z    Compiling ref-cast v1.0.25
2026-07-26T07:23:11.8880513Z    Compiling xml-rs v0.8.28
2026-07-26T07:23:11.9161866Z    Compiling rustix v1.1.4
2026-07-26T07:23:11.9276124Z    Compiling hashbrown v0.16.1
2026-07-26T07:23:12.0270755Z    Compiling netlink-packet-route v0.30.0
2026-07-26T07:23:12.1860660Z    Compiling synstructure v0.13.2
2026-07-26T07:23:12.2250818Z    Compiling darling_core v0.20.11
2026-07-26T07:23:12.3880870Z    Compiling serde_derive_internals v0.29.1
2026-07-26T07:23:12.5400465Z    Compiling proc-macro-crate v3.5.0
2026-07-26T07:23:12.7828442Z    Compiling xmltree v0.10.3
2026-07-26T07:23:12.9170472Z    Compiling serial-core v0.4.0
2026-07-26T07:23:12.9861070Z    Compiling errno v0.3.14
2026-07-26T07:23:12.9979730Z    Compiling ioctl-rs v0.1.6
2026-07-26T07:23:13.0309638Z    Compiling termios v0.2.2
2026-07-26T07:23:13.0875855Z    Compiling simple-dns v0.9.3
2026-07-26T07:23:13.0951280Z    Compiling aho-corasick v1.1.4
2026-07-26T07:23:13.1013280Z    Compiling constant_time_eq v0.4.2
2026-07-26T07:23:13.1402115Z    Compiling simdutf8 v0.1.5
2026-07-26T07:23:13.1495277Z    Compiling signal-hook v0.3.18
2026-07-26T07:23:13.2019859Z    Compiling winnow v0.7.15
2026-07-26T07:23:13.2800267Z    Compiling smol_str v0.1.24
2026-07-26T07:23:13.3015010Z    Compiling linux-raw-sys v0.12.1
2026-07-26T07:23:13.3092981Z    Compiling regex-syntax v0.8.10
2026-07-26T07:23:13.4427976Z    Compiling resolv-conf v0.7.6
2026-07-26T07:23:13.5370350Z    Compiling toml_write v0.1.2
2026-07-26T07:23:13.5730390Z    Compiling arrayref v0.3.9
2026-07-26T07:23:13.5808362Z    Compiling sha1_smol v1.0.1
2026-07-26T07:23:13.7801068Z    Compiling serial-unix v0.4.0
2026-07-26T07:23:13.7939542Z    Compiling signal-hook-registry v1.4.8
2026-07-26T07:23:13.9050431Z    Compiling lru v0.16.4
2026-07-26T07:23:13.9921317Z    Compiling darling_core v0.23.0
2026-07-26T07:23:14.1310716Z    Compiling serde_bytes v0.11.19
2026-07-26T07:23:14.1363527Z    Compiling serde_derive v1.0.228
2026-07-26T07:23:14.1522302Z    Compiling zeroize_derive v1.4.3
2026-07-26T07:23:14.3539302Z    Compiling tokio-macros v2.7.0
2026-07-26T07:23:14.3891084Z    Compiling zerofrom-derive v0.1.7
2026-07-26T07:23:14.7280779Z    Compiling zeroize v1.8.2
2026-07-26T07:23:14.8983739Z    Compiling futures-macro v0.3.32
2026-07-26T07:23:15.1170780Z    Compiling tokio v1.52.3
2026-07-26T07:23:15.4180592Z    Compiling yoke-derive v0.8.2
2026-07-26T07:23:15.7920562Z    Compiling zerofrom v0.1.8
2026-07-26T07:23:15.8260018Z    Compiling futures-util v0.3.32
2026-07-26T07:23:15.8420263Z    Compiling zerovec-derive v0.11.3
2026-07-26T07:23:15.8510588Z    Compiling displaydoc v0.2.6
2026-07-26T07:23:15.8970725Z    Compiling tracing-attributes v0.1.31
2026-07-26T07:23:16.2920599Z    Compiling rustls-pki-types v1.14.1
2026-07-26T07:23:16.7555460Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-26T07:23:16.9401572Z    Compiling thiserror-impl v2.0.18
2026-07-26T07:23:16.9851028Z    Compiling yoke v0.8.3
2026-07-26T07:23:17.1836482Z    Compiling zerotrie v0.2.4
2026-07-26T07:23:17.2476978Z    Compiling zerovec v0.11.6
2026-07-26T07:23:17.2580547Z    Compiling darling_macro v0.20.11
2026-07-26T07:23:17.4320068Z    Compiling derive_more-impl v2.1.1
2026-07-26T07:23:17.5902965Z    Compiling darling v0.20.11
2026-07-26T07:23:17.6043024Z    Compiling spez v0.1.2
2026-07-26T07:23:17.6695228Z    Compiling derive_builder_core v0.20.2
2026-07-26T07:23:17.7640549Z    Compiling n0-error-macros v0.1.3
2026-07-26T07:23:17.8415824Z    Compiling der v0.8.0-rc.10
2026-07-26T07:23:18.0870689Z    Compiling tinystr v0.8.3
2026-07-26T07:23:18.1090420Z    Compiling potential_utf v0.1.5
2026-07-26T07:23:18.2757339Z    Compiling icu_collections v2.2.0
2026-07-26T07:23:18.4250799Z    Compiling icu_locale_core v2.2.0
2026-07-26T07:23:18.7500381Z    Compiling pin-project-internal v1.1.13
2026-07-26T07:23:18.9430812Z    Compiling n0-error v0.1.3
2026-07-26T07:23:18.9730803Z    Compiling derive_builder_macro v0.20.2
2026-07-26T07:23:19.0941326Z    Compiling ipnet v2.12.0
2026-07-26T07:23:19.2822927Z    Compiling derive_builder v0.20.2
2026-07-26T07:23:19.3954065Z    Compiling spki v0.8.0-rc.4
2026-07-26T07:23:19.5150889Z    Compiling futures-executor v0.3.32
2026-07-26T07:23:19.6122109Z    Compiling icu_provider v2.2.0
2026-07-26T07:23:19.6308366Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-26T07:23:19.7890922Z    Compiling prefix-trie v0.8.4
2026-07-26T07:23:19.8290963Z    Compiling once_cell v1.21.4
2026-07-26T07:23:19.8800478Z    Compiling ed25519-dalek v2.2.0
2026-07-26T07:23:19.9143671Z    Compiling icu_normalizer v2.2.0
2026-07-26T07:23:19.9238272Z    Compiling icu_properties v2.2.0
2026-07-26T07:23:19.9620986Z    Compiling ed25519 v3.0.0-rc.4
2026-07-26T07:23:19.9822987Z    Compiling futures v0.3.32
2026-07-26T07:23:20.0525188Z    Compiling tracing-core v0.1.36
2026-07-26T07:23:20.1270049Z    Compiling pin-project v1.1.13
2026-07-26T07:23:20.1991070Z    Compiling spt-proto v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-26T07:23:20.2818006Z    Compiling hashbrown v0.14.5
2026-07-26T07:23:20.5000168Z    Compiling cobs v0.3.0
2026-07-26T07:23:20.5770550Z    Compiling tracing v0.1.44
2026-07-26T07:23:20.5828496Z    Compiling postcard-derive v0.2.2
2026-07-26T07:23:20.7030776Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-26T07:23:20.9700884Z    Compiling rustls-native-certs v0.8.4
2026-07-26T07:23:21.0551082Z    Compiling hashlink v0.9.1
2026-07-26T07:23:21.1410976Z    Compiling data-encoding-macro v0.1.20
2026-07-26T07:23:21.1939833Z    Compiling async-trait v0.1.89
2026-07-26T07:23:21.2190315Z    Compiling iroh-metrics-derive v0.4.1
2026-07-26T07:23:21.3050531Z    Compiling postcard v1.1.3
2026-07-26T07:23:21.3888928Z    Compiling idna_adapter v1.2.2
2026-07-26T07:23:21.4245972Z    Compiling strum_macros v0.28.0
2026-07-26T07:23:21.4396654Z    Compiling tokio-util v0.7.18
2026-07-26T07:23:21.5130577Z    Compiling idna v1.1.0
2026-07-26T07:23:21.6878783Z    Compiling rusqlite v0.32.1
2026-07-26T07:23:21.6879850Z    Compiling netlink-sys v0.8.8
2026-07-26T07:23:21.7027904Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-26T07:23:21.7830625Z    Compiling tower v0.5.3
2026-07-26T07:23:21.8321042Z    Compiling enum-assoc v1.3.0
2026-07-26T07:23:21.8440691Z    Compiling num_enum_derive v0.7.6
2026-07-26T07:23:22.0670529Z    Compiling url v2.5.8
2026-07-26T07:23:22.0783216Z    Compiling netdev v0.42.0
2026-07-26T07:23:22.0919807Z    Compiling netlink-proto v0.12.0
2026-07-26T07:23:22.1120549Z    Compiling derive_more v2.1.1
2026-07-26T07:23:22.3170518Z    Compiling iroh-metrics v0.38.3
2026-07-26T07:23:22.3440842Z    Compiling iroh-relay v0.98.0
2026-07-26T07:23:22.3915713Z    Compiling moka v0.12.15
2026-07-26T07:23:22.3983041Z    Compiling toml_datetime v0.6.11
2026-07-26T07:23:22.4800865Z    Compiling serde_spanned v0.6.9
2026-07-26T07:23:22.4960632Z    Compiling ref-cast-impl v1.0.25
2026-07-26T07:23:22.6730699Z    Compiling h2 v0.4.14
2026-07-26T07:23:22.7340494Z    Compiling tokio-stream v0.1.18
2026-07-26T07:23:22.7403723Z    Compiling thiserror-impl v1.0.69
2026-07-26T07:23:22.8320829Z    Compiling spt-store v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-26T07:23:22.8520843Z    Compiling n0-watcher v0.6.1
2026-07-26T07:23:23.0870792Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-26T07:23:23.1278214Z    Compiling attohttpc v0.30.1
2026-07-26T07:23:23.1820692Z    Compiling num_enum v0.7.6
2026-07-26T07:23:23.2786197Z    Compiling iroh-base v0.98.0
2026-07-26T07:23:23.3220767Z    Compiling tower-http v0.6.11
2026-07-26T07:23:23.5925706Z    Compiling toml_edit v0.22.27
2026-07-26T07:23:23.6640214Z    Compiling webpki-roots v1.0.7
2026-07-26T07:23:23.7738584Z    Compiling regex-automata v0.4.14
2026-07-26T07:23:23.8180665Z    Compiling schemars_derive v1.2.1
2026-07-26T07:23:23.8884953Z    Compiling hmac v0.12.1
2026-07-26T07:23:23.8965638Z    Compiling seize v0.5.1
2026-07-26T07:23:24.0540854Z    Compiling iroh v0.98.2
2026-07-26T07:23:24.1210817Z    Compiling dyn-clone v1.0.20
2026-07-26T07:23:24.2655060Z    Compiling rustix v0.38.44
2026-07-26T07:23:24.2964620Z    Compiling strum v0.28.0
2026-07-26T07:23:24.3685849Z    Compiling cmov v0.5.4
2026-07-26T07:23:24.3997673Z    Compiling iroh-dns v0.98.0
2026-07-26T07:23:24.4000535Z    Compiling pin-utils v0.1.0
2026-07-26T07:23:24.4420423Z    Compiling bitflags v1.3.2
2026-07-26T07:23:24.4611858Z    Compiling filedescriptor v0.8.3
2026-07-26T07:23:24.4793450Z    Compiling papaya v0.2.4
2026-07-26T07:23:24.5291190Z    Compiling nix v0.25.1
2026-07-26T07:23:24.6280697Z    Compiling ctutils v0.4.2
2026-07-26T07:23:24.6919440Z    Compiling hkdf v0.12.4
2026-07-26T07:23:24.7148414Z    Compiling backon v1.6.0
2026-07-26T07:23:24.8443143Z    Compiling darling_macro v0.23.0
2026-07-26T07:23:24.9696637Z    Compiling serial v0.4.0
2026-07-26T07:23:24.9810009Z    Compiling anstyle-parse v1.0.0
2026-07-26T07:23:24.9922438Z    Compiling vte_generate_state_changes v0.1.2
2026-07-26T07:23:25.0560801Z    Compiling foldhash v0.1.5
2026-07-26T07:23:25.0610358Z    Compiling instability v0.3.12
2026-07-26T07:23:25.1781027Z    Compiling anstyle-query v1.1.5
2026-07-26T07:23:25.2100338Z    Compiling is_terminal_polyfill v1.70.2
2026-07-26T07:23:25.2608190Z    Compiling unicode-width v0.2.0
2026-07-26T07:23:25.2717078Z    Compiling shell-words v1.1.1
2026-07-26T07:23:25.2718398Z    Compiling downcast-rs v1.2.1
2026-07-26T07:23:25.2801349Z    Compiling anstyle v1.0.14
2026-07-26T07:23:25.2871819Z    Compiling colorchoice v1.0.5
2026-07-26T07:23:25.3220655Z    Compiling linux-raw-sys v0.4.15
2026-07-26T07:23:25.3894912Z    Compiling vte v0.13.1
2026-07-26T07:23:25.4110532Z    Compiling darling v0.23.0
2026-07-26T07:23:25.4370763Z    Compiling hashbrown v0.15.5
2026-07-26T07:23:25.5041071Z    Compiling anstream v1.0.0
2026-07-26T07:23:25.5530653Z    Compiling signal-hook-mio v0.2.5
2026-07-26T07:23:25.5569453Z    Compiling spake2 v0.4.0
2026-07-26T07:23:25.6134404Z    Compiling terminal_size v0.4.4
2026-07-26T07:23:25.6425020Z    Compiling strum_macros v0.26.4
2026-07-26T07:23:25.7420631Z    Compiling sha1 v0.10.6
2026-07-26T07:23:25.9540816Z    Compiling itertools v0.13.0
2026-07-26T07:23:25.9560506Z    Compiling castaway v0.2.4
2026-07-26T07:23:26.0266253Z    Compiling indoc v2.0.7
2026-07-26T07:23:26.0650652Z    Compiling clap_lex v1.1.0
2026-07-26T07:23:26.1021021Z    Compiling schemars v1.2.1
2026-07-26T07:23:26.2302823Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-26T07:23:26.3875374Z    Compiling toml v0.8.23
2026-07-26T07:23:26.5010383Z    Compiling doctest-file v1.1.1
2026-07-26T07:23:26.5490697Z    Compiling static_assertions v1.1.0
2026-07-26T07:23:26.6321078Z    Compiling spt-msg v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-26T07:23:27.0290660Z    Compiling regex v1.12.3
2026-07-26T07:23:27.1680584Z    Compiling unicode-width v0.1.14
2026-07-26T07:23:27.4004453Z    Compiling interprocess v2.4.2
2026-07-26T07:23:27.4740952Z    Compiling spt-runtime v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-26T07:23:27.5610730Z    Compiling crossterm v0.28.1
2026-07-26T07:23:27.6813204Z    Compiling compact_str v0.8.2
2026-07-26T07:23:27.9624527Z    Compiling unicode-truncate v1.1.0
2026-07-26T07:23:28.1150740Z    Compiling hyper v1.10.1
2026-07-26T07:23:28.2060722Z    Compiling strum v0.26.3
2026-07-26T07:23:28.4260495Z    Compiling clap_builder v4.6.0
2026-07-26T07:23:28.6360505Z    Compiling lru v0.12.5
2026-07-26T07:23:28.6595230Z    Compiling clap_derive v4.6.1
2026-07-26T07:23:28.8491408Z    Compiling portable-pty v0.8.1
2026-07-26T07:23:28.8642870Z    Compiling iana-time-zone v0.1.65
2026-07-26T07:23:28.9040794Z    Compiling cassowary v0.3.0
2026-07-26T07:23:29.1549532Z    Compiling chrono v0.4.45
2026-07-26T07:23:29.2504931Z    Compiling ratatui v0.29.0
2026-07-26T07:23:29.2591143Z    Compiling spt-term v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-26T07:23:29.3980721Z    Compiling nucleo-matcher v0.3.1
2026-07-26T07:23:29.7750727Z    Compiling qrcode v0.14.1
2026-07-26T07:23:29.8630938Z    Compiling tempfile v3.27.0
2026-07-26T07:23:29.9540724Z    Compiling hyper-util v0.1.20
2026-07-26T07:23:31.0650982Z    Compiling spt-live v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-26T07:23:31.2020955Z    Compiling clap v4.6.1
2026-07-26T07:23:31.9740647Z    Compiling igd-next v0.17.1
2026-07-26T07:23:33.1397715Z    Compiling portmapper v0.16.0
2026-07-26T07:23:38.1485409Z    Compiling rustls-webpki v0.103.13
2026-07-26T07:23:40.5494393Z    Compiling tokio-rustls v0.26.4
2026-07-26T07:23:40.5494858Z    Compiling rustls-platform-verifier v0.7.0
2026-07-26T07:23:40.5495180Z    Compiling noq-proto v0.17.0
2026-07-26T07:23:40.6860476Z    Compiling hyper-rustls v0.27.9
2026-07-26T07:23:40.6861224Z    Compiling hickory-net v0.26.0-beta.4
2026-07-26T07:23:40.6861915Z    Compiling tokio-websockets v0.13.2
2026-07-26T07:23:40.8109570Z    Compiling reqwest v0.13.4
2026-07-26T07:23:41.7528854Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-26T07:23:55.8070718Z    Compiling spt-net v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-26T07:23:57.3453556Z    Compiling spt-daemon v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-26T07:24:07.0916257Z    Compiling spt v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-26T07:24:12.0730707Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
2026-07-26T07:24:12.0960631Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-8a1874b96d0350f1)
2026-07-26T07:24:12.0973758Z 
2026-07-26T07:24:12.0974002Z running 1 test
2026-07-26T07:24:18.1855296Z test new_brain_serves_against_old_broker ... ok
2026-07-26T07:24:18.1855582Z 
2026-07-26T07:24:18.1855853Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-26T07:24:18.1856168Z 
